Remapping attributes for 2.7 (Simpl Windows)
Driver 2.7.0 changed which attribute number carries which value.
Simpl Windows passes user attributes to the Crestron Device Drivers Security System Ethernet v2.0 module by position — the module hands attribute 1 to whatever the driver declares first, attribute 2 to the second, and so on. Nothing is matched by name. A program written for 2.5 or 2.6 therefore keeps compiling against 2.7 and sends every value to the wrong field, with no error and no warning.
This page is the remap. If you are building a new program from scratch, use the table on the Crestron Simpl page instead — you don't need this one.